Test Series - computer fundamental

Test Number 61/95

Q: A task carried out by the OS and hardware to accommodate multiple processes in main memory.
A. Memory control
B. Memory management
C. Memory sharing
D. Memory usage
Solution: Memory management is carried out by the OS and hardware to accommodate multiple processes in main memory.
Q: An HTML file is a text file containing small markup tags.
A. True
B. False
C. none
D. .
Solution: The statement is true. HTML stands for Hyper Text Markup Language. It is a text file containing small markup tags.
Q: Secondary memory is the long term store for programs and data while main memory holds program and data currently in use. What kind of an organization is this?
A. Physical
B. Logical
C. Structural
D. Simple
Solution: The secondary memory is the long term store for programs and data while main memory holds program and data currently in use. This is a physical organization.
Q: Memory organization in which users write programs in modules with different characteristics.
A. Physical
B. Logical
C. Structural
D. Simple
Solution: The answer is Logical. To handle user programs properly, the operating system and the hardware should support a basic form of module to provide protection and sharing.
Q: An executing process must be loaded entirely in main memory. What kind of a memory organization is this?
A. Physical
B. Logical
C. Structural
D. Simple
Solution: This is simple memory organisation. An executing process must be loaded entirely in main memory (if overlays are not used).
Q: FTP stands for?
A. File Text Protocol
B. File Transfer Protocol
C. Firm Transfer Protocol
D. File Transplant Protocol
Solution: FTP stands for File Transfer Protocol. It is a type of internet service use for the transmission of files.
Q: A set of overlapping divisions in the main memory are called _______
A. Partitions
B. Divisions
C. Blocks
D. Modules
Solution: Partition main memory into a set of non overlapping regions called partitions. Partitions can be of equal or unequal sizes.
Q: Any program, no matter how small, occupies an entire partition. This is called ____________
A. fragmentation
B. prior fragmentation
C. internal fragmentation
D. external fragmentation
Solution: It is called as internal fragmentation. Main memory use is inefficient. Any program, no matter how small, occupies an entire partition. This is called internal fragmentation.
Q: __________ is used to shift processes so they are contiguous and all free memory is in one block.
A. Fragmentation
B. Compaction
C. External Fragmentation
D. Division
Solution: Use compaction to shift processes so they are contiguous and all free memory is in one block.
Q: ______ searches for smallest block. The fragment left behind is small as possible.
A. best fit
B. first fit
C. next fit
D. last fit
Solution: Best fit searches for the smallest block. The fragment left behind is as small as possible.

You Have Score    /10